home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / qtinst.dcr / 00017.ls < prev    next >
Encoding:
Text File  |  1999-11-07  |  179 b   |  10 lines

  1. on exitFrame
  2.   set MainPath to the moviePath
  3.   if the machineType = 256 then
  4.     set movi to MainPath & "main"
  5.   else
  6.     set movi to MainPath & "main"
  7.   end if
  8.   go(1, movi)
  9. end
  10.